home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / zip2new1.zip / CONVERT.BAT next >
DOS Batch File  |  1993-01-10  |  114b  |  11 lines

  1. %a%:
  2. COPY %1 %b%:\xxxx\
  3. %b%:
  4. cd\xxxx
  5. pkunzip %1
  6. del %1
  7. pkzip %1 /ex
  8. move %1 %a%:
  9. del *.* /y
  10. %a%:       
  11.